moveChildrenInto

suspend fun moveChildrenInto(destDir: Path, force: Boolean = true)

Move this directory's children into the directory destDir, creating it if it does not exist.

Parameters

force

whether to overwrite files in destDir.

Sources

js source
Link copied to clipboard